The Dreamweaver JavaScript API > Window functions > dom.setView() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Shows or hides the Design or Code view to produce a design-only, code-only, or split view.
Arguments
viewString
viewString
is the view to produce; it must be one of the following values: design"
, "code"
, or "split"
.
Returns
Nothing.
![]() ![]() ![]() |